* nsmenu.m (waiting_for_input): Remove wrong decl.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 11 Oct 2012 00:26:58 +0000 (17:26 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 11 Oct 2012 00:26:58 +0000 (17:26 -0700)
src/ChangeLog
src/nsmenu.m

index 885aaa49bc341961b7b7c6dfab590ec247b5c252..a88c7bd0e9a2a00c963b23a71d3c498eab722406 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * nsmenu.m (waiting_for_input): Remove wrong decl.
+
 2012-10-10  Paul Eggert  <eggert@cs.ucla.edu>
 
        keyboard.c, keymap.c: Use bool for booleans.
index df8b3ea3e5417b53e07bfe1e299d2d39c8e5dcc5..a5983c70cdb0babfb78307c32793167feb7c0cec 100644 (file)
@@ -128,7 +128,6 @@ ns_update_menubar (struct frame *f, bool deep_p, EmacsMenu *submenu)
   static EmacsMenu *last_submenu = nil;
   BOOL needsSet = NO;
   const char *submenuTitle = [[submenu title] UTF8String];
-  extern int waiting_for_input;
   bool owfi;
   Lisp_Object items;
   widget_value *wv, *first_wv, *prev_wv = 0;